home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_070 / setkey / readme < prev    next >
Text File  |  1992-05-06  |  5KB  |  71 lines

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *                       SetKey KeyMap Editor                              *
  4.  *                         Version 1.0 Demo                                *
  5.  *                       For WB1.2 with the CLI                            *
  6.  *                       (c) 1987 by CodeWorks                             *
  7.  *                                                                         *
  8.  *          This program is public domain & is primarily to demonstrate    *
  9.  *   the capabilities of SetKey v1.0.  The Demo program may be freely      *
  10.  *   distributed but may not be sold or modified without the consent of    *
  11.  *   the authors.                                                          *
  12.  *          If you would like to buy this product please send $25 to       *
  13.  *                                                                         *
  14.  *                                                                         *
  15.  *                    CodeWorks                                            *
  16.  *                    c/o Charles J. Carter                                *
  17.  *                    4601 Wilshire Cove                                   *
  18.  *                    Huntsville, AL 35816                                 *
  19.  *                                                                         *
  20.  **************************************************************************/
  21.  
  22. Introduction:
  23.     The Amiga seems to have no end of little known/used power which has yet to
  24. be tapped.  All of us are familiar by now with the limitations of the CLI, and
  25. many of the more intrepid souls have been working hard on new shells to help
  26. cut down on all the typing required to do much in the CLI.  Another way the
  27. excessive typing can be minimized is through the use of the keymaps, which
  28. determine the signals sent to programs by the OS whenever a key is pressed. 
  29. The Function keys are a good example.  They are capable of sending strings
  30. (i.e. pressing F1 causes "CD DF1:" to be sent) but C=A has never provided any
  31. way for the user to tap into this power.  That's what SetKey does.  It is an
  32. easy to use utility that lets YOU put whatever you want into ANY KEY ON THE
  33. KEYBOARD! You can create a DVORAK keyboard in just a few minutes, or map 8
  34. different strings onto any key.  The keymap includes decoding of Control, Alt,
  35. & Shift qualifiers, or any combination, so that you may create a set of strings
  36. on your function keys that do lots of things for you.  You can enter the
  37. characters to be mapped to the keys in hex if you like, so you have complete
  38. flexibility.
  39.    There are some keymaps ready to run included in this arc file.  Copy the
  40. keymaps to devs:keymaps then setmap the one you want to see.  Check out the
  41. AUTOINDENT for ed by using the keypad enter key.  Then Check out zork stuff
  42. with the keypad giving the directions like on a compass.  The last keymap is a
  43. general purpose keymap for use with a standard WorkBench.  All where made with
  44. SetKey and can be easily changed and update to suit your needs!
  45.    This package contains a demo version of SetKey so that you can see how it
  46. works (sorry, you can't save your work with this one).  The final version is
  47. done, and will be the same as the demo except the save option is active.  There
  48. are three demo keymaps included that we created with SetKey, and you are
  49. welcome to use those.  They should give you some feel for how much you can do
  50. with SetKey.
  51.  
  52. Files in this package:
  53.      SetKeyDemo           -> The 1.0 Demo version of SetKey.
  54.      zorkkeys             -> A keymap especially designed to use with
  55.                              Jim Goodnow's "Z" text editor.
  56.      edkeys               -> A keymap especially for ed by C=A.
  57.      clikeys              -> A keymap with all the cli commands mapped
  58.                              to the Function Keys.
  59.      showkey              -> A little program that shows you what is mapped
  60.                              to any "string" keys.
  61.  
  62.     To activate any of the kemaps in this package, you must first copy it to
  63. your DEVS:keymaps directory (copy name DEVS:keymaps) and then type "setmap
  64. name".  To return to the default keymap for 1.2, type "setmap usa".  Alas, 1.1
  65. users do not have a setmap utility, so these maps only work under 1.2.
  66.  
  67.                                     Happy KeyMapping &
  68.                                     expect to hear for you soon!
  69.                                     Charles J. Carter
  70.  
  71.